deb_no_nbformat_for_now
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Mon, 26 Dec 2016 17:33:56 +0000 (17:33 +0000)
committerOle Streicher <olebole@debian.org>
Mon, 26 Dec 2016 17:33:56 +0000 (17:33 +0000)
Gbp-Pq: Name deb_no_nbformat_for_now

docs/Makefile

index a3d0a52c5748344aabb5a073a461e6b2ee113d2c..5e9a2424a51c0840f1b1e7f81f9b6d5236a00184 100644 (file)
@@ -55,7 +55,8 @@ cleancache:
 
 notebooks:
        @echo "Generating notebooks from examples/notebooks folder"
-       $(TOOLSPATH)$(NOTEBOOKBUILD) --execute=True --allow_errors=True
+       : # unfortunately no nbformat in debian yet (only experimental, depends on jupyter)
+       #$(TOOLSPATH)$(NOTEBOOKBUILD) --execute=True --allow_errors=True
 
 html:
        # generate the examples rst files
@@ -63,13 +64,13 @@ html:
        #$(TOOLSPATH)$(EXAMPLEBUILD)
        @echo "Generating datasets from installed statsmodels.datasets"
        $(TOOLSPATH)$(DATASETBUILD)
-       @echo "Generating notebooks from examples/notebooks folder"
-       $(TOOLSPATH)$(NOTEBOOKBUILD) --execute=True --allow_errors=True
+       #@echo "Generating notebooks from examples/notebooks folder"
+       #$(TOOLSPATH)$(NOTEBOOKBUILD) --execute=True --allow_errors=True
        @echo "Running sphinx-build"
        $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
-       @echo "Copying rendered example notebooks"
-       mkdir -p $(BUILDDIR)/html/examples/notebooks/generated
-       cp source/examples/notebooks/generated/*html $(BUILDDIR)/html/examples/notebooks/generated
+       #@echo "Copying rendered example notebooks"
+       #mkdir -p $(BUILDDIR)/html/examples/notebooks/generated
+       #cp source/examples/notebooks/generated/*html $(BUILDDIR)/html/examples/notebooks/generated
        #$(TOOLSPATH)$(EXAMPLEBUILD)
        $(TOOLSPATH)$(FOLDTOC) $(BUILDDIR)/html/index.html
        #$(TOOLSPATH)$(FOLDTOC) $(BUILDDIR)/html/examples/index.html ../_static